Skip to content

Comments

Update Dockerfile#2

Open
MaxMcSween wants to merge 1 commit intogrinnery:masterfrom
MaxMcSween:patch-2
Open

Update Dockerfile#2
MaxMcSween wants to merge 1 commit intogrinnery:masterfrom
MaxMcSween:patch-2

Conversation

@MaxMcSween
Copy link
Contributor

No description provided.

@@ -6,18 +6,12 @@ WORKDIR /server
RUN wget -q https://minecraft.curseforge.com/projects/project-ozone-2-reloaded/files/2509703/download -O server.zip &&\
unzip server.zip &&\
rm server.zip &&\
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last line should not contain &&\

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpicking but &&\ => && \

EXPOSE 25565

CMD ./ServerStart.sh
CMD ./minecraft_server.1.7.10.sh
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy the line from vanilla, replacing 'server' with 'forge'

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get better init script alignment pls?

grinnery added a commit that referenced this pull request Mar 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants